DoubleN.INumeric<DoubleN>.Subtract Method

Subtracts the specified value from the current value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
DoubleN INumeric<DoubleN>.Subtract(
	DoubleN value
)

Parameters

value  DoubleN
The value to subtract from the current value.

Return Value

DoubleN
The result of subtracting value from the current value.

Implements

INumeric<TSelf>.Subtract(TSelf)

See Also